home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / g / gnu_c / pmlsrc23.zoo / envtests / Makefile.tos < prev    next >
Encoding:
Makefile  |  1994-03-19  |  129 b   |  9 lines

  1. CC = cgcc
  2. ALL = testfrexp.ttp testldexp.ttp testmodf.ttp
  3.  
  4. all : 
  5.     make -f makefile.pml CC=cgcc LD=cgcc
  6.  
  7. clean:
  8.     rm -f *.o $(ALL)
  9.